Blazor コントロール
ItemUnloaded イベント (C1CacheDataCollection<T>)

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > C1CacheDataCollection<T> クラス : ItemUnloaded イベント
Occurs when an item is removed from the cache.
シンタックス
'宣言
 
Public Event ItemUnloaded As System.EventHandler(Of CacheDataCollectionItemEventArgs(Of T))
public event System.EventHandler<CacheDataCollectionItemEventArgs<T>> ItemUnloaded
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、CacheDataCollectionItemEventArgs<T> 型の引数を受け取りました。次の CacheDataCollectionItemEventArgs<T> プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
Gets the index of the item.  
Gets the item.  
参照